Data Types |
|
Boolean |
Boolean variables are either
TRUE or FALSE. When the Boolean value is converted to other data types the
value is 0 for False and –1 for True. |
Single |
Single (single-precision
floating-point) variables are stored as 32-bit floating-point numbers, ranging in value
from -3.402823E38 to -1.401298E-45 for negative values and from
1.401298E-45 to 3.402823E38 for positive values. |
Integer |
Integer variables are stored
as 16-bit numbers ranging in value from -32,768 to 32,767. |
Color |
Color variables are Long data
types that represent the RGB (red,green,blue) color value. |
Long |
Long (long integer) variables
are stored as signed 32-bit numbers ranging in value from -2,147,483,648 to 2,147,483,647.
|
String |
String is a sequence of
characters that represents the characters themselves. The characters can be any
combination of LETTERS, NUMBERS, SPACES and PUNCTUATION. |
Font |
The Font object contains
information needed to format text for display in the interface of an application. |